home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000052_news@newsmaster….columbia.edu _Thu Jul 10 15:45:47 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA12896
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 10 Jul 1997 15:45:46 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id PAA04581
  7.     for kermit.misc@watsun; Thu, 10 Jul 1997 15:45:44 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: how to SET MODEM COMMAND XXX to (none)
  12. Date: 10 Jul 1997 19:45:43 GMT
  13. Organization: Columbia University
  14. Lines: 17
  15. Message-ID: <5q3e57$2qn$1@apakabar.cc.columbia.edu>
  16. References: <5q2li5$5sf@chagall.cti-software.nl>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7309
  19.  
  20. In article <5q2li5$5sf@chagall.cti-software.nl>,
  21. Pim Zandbergen <pim@cti-software.nl> wrote:
  22. : In K95 (1.1.13), how do I set a modem command to (none) ?
  23. : For instance, if I use
  24. :     SET MODEM COMMAND SPEAKER OFF {}
  25. : the default association with the modem is assigned.
  26. :
  27. It looks like you have found a bug.  We'll have to fix this one
  28. in a future release.  In the meantime, you can do something like
  29. this:
  30.  
  31.   SET MODEM COMMAND SPEAKER OFF AT\13
  32.  
  33. (for Hayes-compatible modems) to work around the problem.
  34.  
  35. - Frank